html.php

+-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | | | | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | | | | PURPOSE: | | Helper class to create valid XHTML code | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+

Classes

html Class for HTML code creation
html_inputfield Class to create an HTML input field
html_passwordfield Class to create an HTML password field
html_hiddenfield Class to create an hidden HTML input field
html_radiobutton Class to create HTML radio buttons
html_checkbox Class to create HTML checkboxes
html_button Class to create HTML button
html_textarea Class to create an HTML textarea
html_select Builder for HTML drop-down menus Syntax:<pre> // create instance. arguments are used to set attributes of select-tag $select = new html_select(['name' => 'fieldname']);
html_table Class to build an HTML table